home *** CD-ROM | disk | FTP | other *** search
/ Dynamic Graphics Magazine (Alt) / Dynamic Graphics Magazine (Version B).iso / pc / dgm / web.dir / 00007.ls < prev    next >
Encoding:
Text File  |  1997-03-25  |  176 b   |  10 lines

  1. on mouseDown
  2.   set pressedBtn to hBtnToggle(16, 42, 47)
  3.   if pressedBtn = 1 then
  4.     sound stop 1
  5.     sound stop 2
  6.     set the volume of sound 2 to 255
  7.     quit()
  8.   end if
  9. end
  10.